home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_368 / today / startup < prev    next >
Text File  |  1992-05-06  |  435b  |  17 lines

  1. echo
  2. echo "Today Startup"
  3. echo "------------------------------------------------------------"
  4. echo "This script will make the necesarry assignment for Today,"
  5. echo "assuming the the directory TODAY which includes all of the"
  6. echo "data files is in the current directory."
  7.  
  8. ask "Do you wish to continue (Y/N) " 
  9.  
  10. IF WARN
  11.     assign TODAY: TODAY
  12.     echo "Assignment Complete.  Type TODAY091 to begin."
  13. ELSE
  14.     echo "Assignment aborted."
  15. ENDIF
  16.  
  17.